Skip to main content
Version: 2.x.x

ExtractHasParams


import { ExtractHasParams } from "@hyper-fetch/core"

Description

Defined in types/fetch.types.ts:49

Preview

type ExtractHasParams<T> = T extends Command<any, any, any, any, any, any, any, any, infer  P, any, any> ? P : never;

Structure

T extends Command<any, any, any, any, any, any, any, any, infer P, any, any> ? P : never